const runtime._KindSpecialFinalizer
8 uses
runtime (current package)
heapdump.go#L458: if sp.kind != _KindSpecialFinalizer {
mgcmark.go#L378: if sp.kind != _KindSpecialFinalizer {
mgcsweep.go#L561: if tmp.kind == _KindSpecialFinalizer {
mgcsweep.go#L574: if special.kind == _KindSpecialFinalizer || !hasFin {
mheap.go#L1795: _KindSpecialFinalizer = 1
mheap.go#L1946: s.special.kind = _KindSpecialFinalizer
mheap.go#L1982: s := (*specialfinalizer)(unsafe.Pointer(removespecial(p, _KindSpecialFinalizer)))
mheap.go#L2056: case _KindSpecialFinalizer:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |